.why_study_box{
    padding: 30px 0;
}
.why_study_box h2{
    font-size: 18px;
    font-family: roboto;
    font-weight: 700;
    color: #004477;
    margin-bottom: 20px;
}
.why_study_box .schiller-red-heading{
    color: #B91843 !important;
}
.why_study_box .content .text{
    padding: 10px;
}
.why_study_box .content img{
    width: 66px;
}
.why_study_box .content h3{
    font-size: 18px;
    font-weight: 700;
    font-family: roboto;
    color: #004477;
}
.why_study_box .content h4{
    color: #B91843;
     font-size: 18px;
}
.why_study_box .content p{
    font-size: 12px;
    font-family: roboto;
    color: #4f5e6a;
    margin-bottom: 0;
}
@media (min-width: 575px){
    .why_study_box h2{
        font-size: 22px;
    }
    .why_study_box .content h3{
        font-size: 20px;
    }
    .why_study_box .content h4{
     font-size: 20px;
}
    .why_study_box .content p{
        font-size: 13px;
    }
}
@media (min-width: 992px){
    .why_study_box .content{
        padding: 30px 0;
    }
    .why_study_box h2{
        font-size: 38px;
    }
    .why_study_box .content h3{
        font-size: 22px;
    }
    .why_study_box .content h4{
     font-size: 22px;
}
    .why_study_box .content p{
        font-size: 18px;
    }

}